Infinity-Consider-Child-Approval names a function, with lambda list (D U R):
Consider whether to approve a child's request with ID UUID.
Lisp CONSIDER-CHILD-APPROVAL = JSON considerChildApproval
The client sends this packet when the player, a parent or guardian who has a child Toot account on their user profile, wishes to be prompted again as to whether to approve or deny a child request with the given UUID.
{ uuid: "UUID-OF-REQUEST" }
The client will receive a prompt message to that effect. See TOOTSVILLE INFINITY-PROMPT-REPLY for a discussion of the prompt packet and its replies.
There is no direct reply to this packet, only the asynchronous prompt (or admin error message, see below).
In the event of an error, the player will receive an administrative message explaining the problem. No machine-readable error packet is returned to the client.
Possible error conditions include:
Defined in file src/infinity/new-commands-20.lisp.